From: Keir Fraser Date: Tue, 15 Jan 2008 21:23:37 +0000 (+0000) Subject: x86: Document the new MMU_PT_UPDATE_PRESERVE_AD hypercall. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14445^2~40 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=e606b5e41c06a75c5a7953b02c9c8abebd7b45e4;p=xen.git x86: Document the new MMU_PT_UPDATE_PRESERVE_AD hypercall. Signed-off-by: Keir Fraser --- diff --git a/docs/ChangeLog b/docs/ChangeLog index ec7cc9cb7e..1934e8ba03 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -13,6 +13,16 @@ Add a ChangeLog file indicating changes to the API/ABI, as discussed here: http://lists.xensource.com/archives/html/xen-devel/2008-01/msg00010.html +Xen 3.3 release +--------------- + +16718: MMU_PT_UPDATE_PRESERVE_AD +http://xenbits.xensource.com/xen-unstable.hg?rev/fba4e7357744 + +A subcommand of the x86-only mmu_update() hypercall to allow batched +updates of pagetable entries, while atomically preserving the current +status of accessed and dirty bits in each entry. + Xen 3.2 release ---------------